Skip to content

fix: fix root request path encoding#801

Merged
overcat merged 1 commit into
release/3.1.0from
fix/root-request-builder-root-path
Jun 11, 2026
Merged

fix: fix root request path encoding#801
overcat merged 1 commit into
release/3.1.0from
fix/root-request-builder-root-path

Conversation

@overcat

@overcat overcat commented Jun 11, 2026

Copy link
Copy Markdown
Member

fix #799

@overcat overcat changed the base branch from master to release/3.1.0 June 11, 2026 12:45
@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.73%. Comparing base (1b736f4) to head (d061fb0).

Additional details and impacted files
@@                 Coverage Diff                 @@
##             release/3.1.0     #801      +/-   ##
===================================================
+ Coverage            82.68%   82.73%   +0.05%     
- Complexity            1617     1621       +4     
===================================================
  Files                  232      232              
  Lines                 5937     5937              
  Branches               657      657              
===================================================
+ Hits                  4909     4912       +3     
+ Misses                 657      655       -2     
+ Partials               371      370       -1     
Files with missing lines Coverage Δ
...a/org/stellar/sdk/requests/RootRequestBuilder.java 75.00% <100.00%> (+75.00%) ⬆️

... and 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@overcat overcat merged commit 96a4a56 into release/3.1.0 Jun 11, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RootRequestBuilder sends GET /%2F instead of GET / (slash path segment is percent-encoded)

1 participant